/* content */

@import url(https://fonts.googleapis.com/css?family=Open+Sans);

#amazingcarousel-2 .amazingcarousel-image {	
	position: relative;
	padding: 4px;
}

#amazingcarousel-2 .amazingcarousel-image img {
	display: block;
	width: 100%;
	max-width: 100%;
	border: 0;
	margin: 0;
	padding: 0;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	-moz-box-shadow:  0 1px 4px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}

#amazingcarousel-2 .amazingcarousel-title {
	position:relative;
	/* font-family: 'Timmana', sans-serif; */
	/* color:#333333; */
	 margin:6px;
	text-align:center;
	/* text-shadow:0px 1px 1px #fff; */
	/* color: #c80000; */
 font-weight: bold; 
min-height: 45px;
/* background: #7bbe31b3; */
/* background: #3b9c1d; */
/* background: #FAB417; */
background: #52A134;
color: #000;
}

/* carousel */

#amazingcarousel-container-2 {
/*	padding: 32px 48px; */
}

#amazingcarousel-2 .amazingcarousel-list-container { 
/*	padding: 16px 0;*/
}

/* item */

#amazingcarousel-2 .amazingcarousel-item-container {
	text-align: center;
	padding: 4px;
	background-color: #fff;
	border: 1px solid #ddd;
	-moz-box-shadow: 0px 0px 5px 1px rgba(96, 96, 96, 0.1);
	-webkit-box-shadow: 0px 0px 5px 1px rgba(96, 96, 96, 0.1);
	box-shadow: 0px 0px 5px 1px rgba(96, 96, 96, 0.1);
	margin: 0 !important;
}

/* arrows */

/*#amazingcarousel-2 .amazingcarousel-prev {
	left: 0%;
	top: 50%;
	margin-left: -48px;
	margin-top: -16px;
}*/
#amazingcarousel-2 .amazingcarousel-prev {
	left: 0%;
	top: 50%;
	margin-left: -48px;
	margin-top: -16px;
	background: rgb(255, 255, 255) url("../images/arrows-32-32-2.png") no-repeat scroll left top !important;
}

#amazingcarousel-2 .amazingcarousel-next {
	right: 0%;
	top: 50%;
	margin-right: -48px;
	margin-top: -16px;
	background: rgb(255, 255, 255) url("../images/arrows-32-32-2.png") no-repeat scroll right top !important;
}

/* navigation bullets */

#amazingcarousel-2 .amazingcarousel-nav {
	position: absolute;
	width: 100%;
	top: 100%;
	margin: 1em 0;
}

#amazingcarousel-2 .amazingcarousel-bullet-wrapper {
	margin: 4px auto;
}





